Click here to Skip to main content
15,886,963 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Dynamic Control Postback Issue Pin
Christian Graus19-Jun-09 11:14
protectorChristian Graus19-Jun-09 11:14 
GeneralRe: Dynamic Control Postback Issue Pin
Tyrone Watt20-Jun-09 2:10
Tyrone Watt20-Jun-09 2:10 
GeneralRe: Dynamic Control Postback Issue Pin
Christian Graus20-Jun-09 12:46
protectorChristian Graus20-Jun-09 12:46 
GeneralRe: Dynamic Control Postback Issue Pin
Tyrone Watt21-Jun-09 21:22
Tyrone Watt21-Jun-09 21:22 
QuestionConvert datetime to date Pin
mahichandu19-Jun-09 8:56
mahichandu19-Jun-09 8:56 
AnswerRe: Convert datetime to date [modified] Pin
Manas Bhardwaj19-Jun-09 9:44
professionalManas Bhardwaj19-Jun-09 9:44 
QuestionRe: Convert datetime to date Pin
mahichandu22-Jun-09 11:49
mahichandu22-Jun-09 11:49 
QuestionGridview AJAX hovermenu problem Pin
Ridge Howison19-Jun-09 7:00
Ridge Howison19-Jun-09 7:00 
Hello,

Thank you for reading this post. Here is my situation. I am new to AJAX development. I have a gridview with 4 boundfield columns and 1 buttonfield column. I need to display a popup anytime a user hovers over the buttonfield column and popup a panel which has some database driven text and a button which says "Add this to my plan" and a cancel button on the popup. How do i associate a hovermenu extender to a buttonfield column with targetcontrolid? Does the hovermenu controller need to be associated in the rowcommand of the gridview? How does this need to be done. A code sample or a URL where someone has already done this will help my cause mightily ! Here is the code of what I have

<asp:UpdatePanel ID="updPanel" runat="server" UpdateMode="Conditional">
                                                      <ContentTemplate>
                                                               <ASCPWebC:GridView
                                                                        ID="gvProducts" runat="server" DataSourceID="odsProducts"
                                                                        OnRowDataBound="RowDataBound" AutoGenerateColumns="false" AllowPaging="true" AllowSorting="true"
                                                                        CssClass="datatable" CellPadding="0" CellSpacing="0" BorderWidth="0" GridLines="None" >
                                                                        <Columns>
                                                                                 <asp:BoundField DataField="FieldA" HeaderStyle-CssClass="first" ItemStyle-CssClass="first" DataFormatString="{0Big Grin}" HeaderText="Field A" SortExpression="ORDER_DATE" />
                  <asp:BoundField DataField="FieldB" HeaderText="Field B" SortExpression="FieldB" />
                  <asp:ButtonField CommandName="SelectDescription" DataTextField="FieldC" HeaderText="Field C" SortExpression="FieldC" />
                  <asp:BoundField DataField="FieldD"   HeaderText="Field D" SortExpression="FieldD"/>
                  <asp:BoundField DataField="FieldE" HeaderText="Field E" SortExpression="FieldE"/>
              
              
</Columns>
                     </ASCPWebC:GridView>
                                                               <asp:Panel ID="Panel1" runat="server">
                                                               <% --Here is popup panel,this needs to have some text and an add button,cancel link -- %>
                                                               </asp:Panel>
                                      
                                                               </div>
                                                      </ContentTemplate>
                                                      <Triggers>
                                                      <asp:AsyncPostBackTrigger ControlID="cblTest" EventName="SelectedIndexChanged" />
                                                      </Triggers>
                                             </asp:UpdatePanel>

Any and all help is much appreciated.

Thanks
RH
QuestionIIS wont serve up web pages Pin
dwolver19-Jun-09 5:26
dwolver19-Jun-09 5:26 
AnswerRe: IIS wont serve up web pages Pin
Abhijit Jana19-Jun-09 8:52
professionalAbhijit Jana19-Jun-09 8:52 
GeneralRe: IIS wont serve up web pages Pin
dwolver19-Jun-09 11:43
dwolver19-Jun-09 11:43 
QuestionASP.NET session synch with Legacy ASP 3.0 problem Pin
dew219-Jun-09 4:56
dew219-Jun-09 4:56 
AnswerRe: ASP.NET session synch with Legacy ASP 3.0 problem Pin
DoctorMick19-Jun-09 5:34
DoctorMick19-Jun-09 5:34 
GeneralRe: ASP.NET session synch with Legacy ASP 3.0 problem Pin
dew222-Jun-09 8:53
dew222-Jun-09 8:53 
QuestionCreate a page instance with controls? Pin
Lukaspojk19-Jun-09 4:27
Lukaspojk19-Jun-09 4:27 
AnswerRe: Create a page instance with controls? Pin
Abhishek Sur19-Jun-09 6:12
professionalAbhishek Sur19-Jun-09 6:12 
GeneralRe: Create a page instance with controls? Pin
Lukaspojk19-Jun-09 21:32
Lukaspojk19-Jun-09 21:32 
QuestionHow to get a selected Listbox Item? Pin
bnonym081519-Jun-09 2:56
bnonym081519-Jun-09 2:56 
AnswerRe: How to get a selected Listbox Item? Pin
5fingers19-Jun-09 3:02
5fingers19-Jun-09 3:02 
GeneralRe: How to get a selected Listbox Item? Pin
bnonym081519-Jun-09 3:12
bnonym081519-Jun-09 3:12 
QuestionCrystal reports Pin
5fingers19-Jun-09 2:45
5fingers19-Jun-09 2:45 
AnswerRe: Crystal reports Pin
Abhishek Sur19-Jun-09 4:04
professionalAbhishek Sur19-Jun-09 4:04 
QuestionTFS2010 Pin
ananthakumar_s19-Jun-09 2:41
ananthakumar_s19-Jun-09 2:41 
AnswerRe: TFS2010 Pin
Not Active19-Jun-09 2:45
mentorNot Active19-Jun-09 2:45 
GeneralRe: TFS2010 Pin
ananthakumar_s19-Jun-09 2:48
ananthakumar_s19-Jun-09 2:48 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.